@charset "utf-8";
img {
	border: none;
}

a {
	blr: expression(this.onFocus=this.blur());
	outline: none;
}

.foucua01 {
	position: absolute;
	top: -4px;
	left: -9px;
	z-index: 10;
	width: 590px;
	height: 410px;
	padding: 10px 14px 0;
	background: url(picture-bg.png) no-repeat;
}

.foucua01 .num {
	overflow: hidden;
	width: 90px;
	margin: 13px auto 0 auto;
	cursor: pointer;
}

.foucua01 .num li {
	border: 2px #ffffff solid;
    width: 10px;
    height: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #444444;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
}

.foucua01 .num li.on {
    margin-top: 0.5px;
	background: #ffffff;
    width: 9px;
    height: 9px;
    border: 2px #444444 solid;
}

.foucua01 .prev,
.foucua01 .next {
	display: none;
	width: 40px;
	height: 100px;
	background: url(btn.png) no-repeat;
	position: absolute;
	top: 115px;
}

.foucua01 .prev {
	left: 15px;
}

.foucua01 .next {
	right: 15px;
	background-position: right
}

/*.img-box{ width:590px; height:360px; overflow:hidden; position:relative;}*/
/*.img-title{ position:absolute; top:300px; background:#C00; width:640px; height:60px; overflow:hidden;}*/

.slides_item {
	cursor: pointer;
}

.img-title {
	display: none;
	position: absolute;
	top: 326px;
	padding: 0 10px;
	width: 570px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: url(picture-tit-bg.png) repeat-x;
	background: rgba(0, 0, 0, .5);
}